Welcome![Sign In][Sign Up]
Location:
Search - Client Server Java Code

Search list

[JSP/Javadhcp4java_0.60.src

Description: Java dhcp client and server source code
Platform: | Size: 53248 | Author: sunqiquan | Hits:

[JSP/JavaClientServeur

Description: diffirents source code in java for application client/server
Platform: | Size: 18432 | Author: Messi | Hits:

[Software Engineeringsftp-update

Description: 工作中需要将大量的代码传到Linux服务器上进行编译和测试,每次改完文件后都需要用sftp客户端将不同文件夹的文件进行上传,需要浪费很长的时间,于是写一个小工具帮忙 -Work a lot of code that need to be reached on the Linux server to compile and test each change after the file will need to use sftp client to a different folder of files to upload, you need to waste a long time, then write a small Tools to help
Platform: | Size: 3072 | Author: qqinbaby | Hits:

[Web Serverjspbook

Description: GZIPFilter可以用gzip的方式压缩HTTP Response的内容,从而在Server端加快了响应回复的速度(gzip压缩过程需耗用CPU资源,却大幅减轻了网卡的处理负担),在Client端缩短了页面刷新时间,在网络内减少了数据流量。另一方面,因为采用的Filter的方式,无需改动应用现有的代码就可引入该功能。-GZIPFilter way can be compressed with gzip content of HTTP Response to the Server side to speed up the response speed of response (gzip compression process consumes CPU resources, but significantly reduce the processing burden on the card), in the Client side to shorten the time to refresh the page in the network reduces the data traffic. On the other hand, because the use of the Filter approach, without changing existing application code can be introduced into the function.
Platform: | Size: 12288 | Author: wendou | Hits:

[JSP/Javaaybook.cn_jspxit1205

Description: 《JSP信息系统设计与开发实例》 JSP页面由HTML代码和嵌入其中的Java代码所组成。服务器在页面被客户端请求以后对这些Java代码进行处理,然后将生成的HTML页面返回给客户端的浏览器。Java Servlet 是JSP的技术基础,而且大型的Web应用程序的开发需要Java Servlet和JSP配合才能完成。JSP具备了Java技术的简单易用,完全的面向对象,具有平台无关性且安全可靠,主要面向因特网的所有特点。-JSP page is embedded in HTML code and composition of the Java code. Server is the client requests the page after the processing of the Java code, then generate the HTML page returned to the client browser. JSP technology is Java Servlet based and large-scale Web application development requires Java Servlet and JSP support to complete. JSP with Java technology easy to use, fully object-oriented, platform-independent and secure, all major Internet-oriented features
Platform: | Size: 4544512 | Author: magic | Hits:

[WEB Codehtml5-Reference-manual

Description: 讨论HTML5 的Canvas、Geolocation 、Communication、WebSocket、Forms、Web Workers、Storage 等API 的使用, 辅以直观明了的客户端和服务器端示例代码,让开发人员能够迅速理解和掌握新一代Web 标准所涵盖的核心技术。-翻译结果(中 > 英)复制结果 Discussion of HTML5 Canvas, Geolocation, Communication, WebSocket, Forms, Web Workers, Storage API use, supplemented with an intuitive understanding of the client and server code, so that developers can quickly understand and master the new generation Web standard covers the core technology.
Platform: | Size: 184320 | Author: terwer | Hits:

[JSP/Javayuntaicontrolserverandclient

Description: 云台控制代码,里面包含有可以烧入嵌入式系统的C代码,同时含有客户端,和服务器端的java代码。-java implementation of PTZ control code, which contains an embedded system can be burned into C code, while with the client, and server-side java code.
Platform: | Size: 23552 | Author: shijimeng | Hits:

[JSP/JavaGUI

Description: GUI 介绍如何从客户端将数据传送到服务端,Java实训课常常会用到,很实用的一个代码-GUI shows you how to transfer data from the client to the server, Java training courses often use, very practical code
Platform: | Size: 5120 | Author: 许小桁 | Hits:

[xml-soap-webserviceWebServiceTest

Description: 一个简单的webservice接口服务端和客户端的java代码实现-一个简单的webservice接口服务端和客户端的java代码实现 允许输入拉丁字符的拼音 A simple webservice interface to the server and client java code
Platform: | Size: 10583040 | Author: wangjinoeng | Hits:

[JSP/JavaJava

Description: Java聊天室程序源码 2 需求分析 2.1 业务需求 1. 与聊天室成员一起聊天。 2. 可以与聊天室成员私聊。 3. 可以改变聊天内容风格。 4. 用户注册(含头像)、登录。 5. 服务器监控聊天内容。 6. 服务器过滤非法内容。 7. 服务器发送通知。 8. 服务器踢人。 9. 保存服务器日志。 10.保存用户聊天信息。 2.2 系统功能模块 2.2.1 服务器端 1.处理用户注册 2.处理用户登录 3.处理用户发送信息 4.处理用户得到信息 5.处理用户退出 2.2.2 客户端 1.用户注册界面及结果 2.用户登录界面及结果 3.用户发送信息界面及结果 4.用户得到信息界面及结果 5.用户退出界面及结果-Java chat program source code Demand analysis 2 2.1 business needs 1 and the chat room chat with members. 2 with the chat room member private chat. 3 can change the chat content style. 4 user registration (including the head ), login. 5 server monitoring the chat. The 6 server filter illegal content. The 7 server sends a notification. The 8 server kick. 9 save server log. 10 save user information chat. 2.2 the system function module The 2.2.1 server 1 handling user registration 2 handling user login 3 handling user send a message 4 handling user information 5 handling user exit The 2.2.2 client 1 registered user interface and results 2 user login interface and results 3 users to send information interface and results 4 the user gets information interface and results 5 user exit interface and results
Platform: | Size: 1096704 | Author: Triple H | Hits:

[JSP/JavaJavaNetworkProgramming-Source-code

Description: 《Java网络编程》第三版会为你介绍Java网络API的最新特性。本书讨论了JDK 1.4和1.5(现在已命名为J2SE 5)中所做的所有修改和增补。本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web cookie和URL缓存的支持。   《Java网络编程》不仅仅是对API的解释:它还展示了如何使用API。本书有很多示例,包含了几千行可以实际工作的代码(所有代码都可以在线获得),实现了功能完整的网络客户端和服务器。无论是希望编写特殊用途的Web服务器、安全的在线订单接收程序、简单的组播代理还是电子邮件客户端,都会找到可供学习和借用的代码。   无论你是经验丰富的网络开发人员、Java程序员新手,还是只希望对Java网络编程稍有些了解的人,都会发现《Java编程(第三版)》将成为你的书库中一个重要的部分。一旦开始使用Java网络API,只要你能想到它就能够做得到。   -The third edition of Java Network Programming "will introduce you to the latest features of Java networking APIs. This book discusses the JDK 1.4 and 1.5 (now named the J2SE 5) made ​ ​ all the changes and additions. The book is comprehensive, covering the contents of the basics from the network to the remote method invocation (RMI), book chapters related to TCP and UDP sockets, server sockets, URL and URI, multicast, and special-purpose API (such as JavaMail) and so on. The book shows how to use JSSE to write secure web applications, and explains how to use the NIO API to write ultra-high performance server. It also covers the Java Network Proxy, Web cookies, and URL cache support. "Java Network Programming" is not just the API explanation: it shows how to use the API. The book has many examples, including thousands of lines of code can actually work (all code available online), full-featured network client and server. Whether you want to write special-purpose Web server, s
Platform: | Size: 249856 | Author: Dengeven | Hits:

[JSP/Javajava-QqServer

Description: java写的模拟QQ的源代码服务器版,配合java版的客户端使用-simulation QQ source code written in java server version with the java version of the client
Platform: | Size: 13312 | Author: heluue | Hits:

[JSP/JavaRabbitMoonPlayerSystem

Description: java 音乐盒系统 源码 客户端 服务器端 eclipse 多线程 sqlServer2005-java music box system source code client server-side eclipse multi-threaded sqlServer2005
Platform: | Size: 11252736 | Author: 常成 | Hits:

[JSP/JavaJava-network-Gobang-source-code

Description: ava网络五子棋的源代码 下面的源代码分为4个文件; chessClient.java:客户端主程序。 chessInterface.java:客户端的界面。 chessPad.java:棋盘的绘制。 chessServer.java:服务器端。 可同时容纳50个人同时在线下棋,聊天。 -ava network backgammon source code for the following source code is divided into four files chessClient.java: client main program. chessInterface.java: client interface. chessPad.java: drawing of the board. server-side chessServer.java:. Can accommodate 50 people at the same time online chess, chat.
Platform: | Size: 24576 | Author: 丁一恒 | Hits:

[JSP/JavaUDPSamples

Description: java code to imlement udp server and client
Platform: | Size: 93184 | Author: bks | Hits:

[JSP/JavaLAN-chat-room-Java-curriculum-report

Description: 局域网聊天室-Java课程设计报告 摘 要 2 1 系统描述 3 2 分析与设计 3 2.1功能模块划分 3 2.1.1局域网聊天室功能设计与分析 3 2.1.2私聊聊天窗口 4 2.2局域网聊天室聊天局部代码分析 4 2.2.1 服务端的信息处理 4 2.2.2 客户端显示聊天信息 5 2.2.3 客户端信息发送 5 2.3聊天室详细设计思路 6 3 系统测试 7 4 聊天室源代码 7 5总结 16 参考文献 16 -LAN chat rooms-Java curriculum design report summary System Description 21 3 2.1 32 analysis and design function module divided 2.1.1 3 LAN chat room function design and analysis 2.1.2 whisper chat window 4 2.2 LAN chat room to chat with the local code Analysis 2.2.1 server information processing 4 2.2.2 client chat information 5 2.2.3 client information, send 5 2.3 chat room system testing of detailed design ideas 63 74 chat room source code 75 Summary 16 References 16
Platform: | Size: 79872 | Author: chenboliang | Hits:

[Internet-Networksocket

Description: java socket 实现 源码包括server和client 动态调用server执行方法,获取json格式结果-java socket implementation source code, including server and client server perform dynamic invocation method to obtain the results of json format
Platform: | Size: 51200 | Author: icerex | Hits:

[JSP/Javaclient

Description: Java写的服务器客户端通信聊天的源码,思路清晰,适合初学者。-Source code written in Java chat server-client communication, clear thinking, suitable for beginners.
Platform: | Size: 4096 | Author: 藤飞 | Hits:

[JSP/JavaDownLoad

Description: JSP/JAVA实现从服务器端自动下载文件到客户端,包括源码和说明!-JSP/JAVA to achieve automatic download from the server side to the client, including source code and instructions!
Platform: | Size: 1024 | Author: 刘帅 | Hits:

[JSP/Javaqqchat

Description: JAVA+ORACLE开发的即时通讯软件,包含客户端和服务端的源代码-JAVA+ORACLE development of instant messaging software includes client and server source code
Platform: | Size: 7535616 | Author: gpy | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »

CodeBus www.codebus.net